home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- int idPenEdDlg = -1 ;
- int idPenEdTitleMsg = -1 ;
- int idPenEdToolTIcon[5] = -1 ;
- int idPenEdOkDBtn = -1 ;
- int idPenEdOkMsg = -1 ;
- int idPenEdCancelDBtn = -1 ;
- int idPenEdCancelMsg = -1 ;
- int idPenEdGrayMsg = -1 ;
- int idPenEdGrayNumMsg = -1 ;
- int idPenEdGraySBar = -1 ;
- int idPenEdEditHSBar = -1 ;
- int idPenEdEditVSBar = -1 ;
- int idPenEdSizeDBtn = -1 ;
- int idPenEdSizeMsg = -1 ;
- int idPenEdEditWin = -1 ;
- int idPenEdSampleWin = -1 ;
- int idPenSelDlg = -1 ;
- int idPenSelTitleMsg = -1 ;
- int idPenSelSBar = -1 ;
- int idPenSelConcMsg = -1 ;
- int idPenSelConcTIcon = -1 ;
- int idPenSelEraseIcon = -1 ;
- int idPenSelEndDBtn = -1 ;
- int idPenSelEndMsg = -1 ;
- int idPenSelEditDBtn = -1 ;
- int idPenSelEditMsg = -1 ;
- int idPenSelSaveDBtn = -1 ;
- int idPenSelSaveMsg = -1 ;
- int idPenSelLoadDBtn = -1 ;
- int idPenSelLoadMsg = -1 ;
- int idPenSelSampleListWin = -1 ;
- int idPenSelSelectWin[4] = -1 ;
- int idBrushSmallDlg = -1 ;
- int idBrushT1Hyper = -1 ;
- int idBrushTitleMsg[2] = -1 ;
- int idBrushWinSizeIcon[2] = -1 ;
- int idBrushT3Hyper = -1 ;
- int idBrushPenSampleTIcon[4] = -1 ;
- int idBrushEraseIcon[2] = -1 ;
- int idBrushTinyDlg = -1 ;
- int idBrushT5Hyper = -1 ;
- int idBrushT4Hyper = -1 ;
- int idBrushPenDispWin = -1 ;
- int idBrushPenBtn = -1 ;
- int idBrushT2Hyper = -1 ;
- int idBrushMsg[2] = -1 ;
- int idBrushModeMenu = -1 ;
- int idBrushModeMItem = -1 ;
- int idBrushModeSelMenu = -1 ;
- int idBrushModeSelMItem[7] = -1 ;
- int idBrushGrayNumMsg = -1 ;
- int idBrushGraySBar = -1 ;
-
- /* initDataZPENSEL:idPenEdToolTIcon[0]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idPenEdToolTIcon[1]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idPenEdToolTIcon[2]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idPenEdToolTIcon[3]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idPenEdToolTIcon[4]:MJ_TICONL40の呼び出し関数 */
- int penedTICONtoolFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdOkDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penedDBTNokFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdCancelDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penedDBTNcancelFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdGraySBar:MJ_SCRLL40の呼び出し関数 */
- int penedSBARgrayFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdEditHSBar:MJ_SCRLL40の呼び出し関数 */
- /* initDataZPENSEL:idPenEdEditVSBar:MJ_SCRLL40の呼び出し関数 */
- int penedSBAReditFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdSizeDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penedDBTNsizeFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdEditWin:MJ_WINDOWL40の呼び出し関数 */
- int PenEdEditWinProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenEdSampleWin:MJ_WINDOWL40の呼び出し関数 */
- int PenEdSampleWinProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelSBar:MJ_SCRLL40の呼び出し関数 */
- int penselSBARFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelConcTIcon:MJ_TICONL40の呼び出し関数 */
- int penselTICONconcFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelEraseIcon:MJ_ICONL40の呼び出し関数 */
- int penselICONeraseFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelEndDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penselDBTNendFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelEditDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penselDBTNeditFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelSaveDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penselDBTNsaveFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelLoadDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int penselDBTNloadFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelSampleListWin:MJ_WINDOWL40の呼び出し関数 */
- int PenSelSampleListWinProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idPenSelSelectWin[0]:MJ_WINDOWL40の呼び出し関数 */
- /* initDataZPENSEL:idPenSelSelectWin[1]:MJ_WINDOWL40の呼び出し関数 */
- /* initDataZPENSEL:idPenSelSelectWin[2]:MJ_WINDOWL40の呼び出し関数 */
- /* initDataZPENSEL:idPenSelSelectWin[3]:MJ_WINDOWL40の呼び出し関数 */
- int PenSelSelectWinProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushWinSizeIcon[0]:MJ_ICONL40の呼び出し関数 */
- /* initDataZPENSEL:idBrushWinSizeIcon[1]:MJ_ICONL40の呼び出し関数 */
- int brushICONwinsizeFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushPenSampleTIcon[0]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idBrushPenSampleTIcon[1]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idBrushPenSampleTIcon[2]:MJ_TICONL40の呼び出し関数 */
- /* initDataZPENSEL:idBrushPenSampleTIcon[3]:MJ_TICONL40の呼び出し関数 */
- int brushTICONpensampleFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushEraseIcon[0]:MJ_ICONL40の呼び出し関数 */
- /* initDataZPENSEL:idBrushEraseIcon[1]:MJ_ICONL40の呼び出し関数 */
- int brushICONeraseFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushPenDispWin:MJ_WINDOWL40の呼び出し関数 */
- int BrushPenDispWinProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushPenBtn:MJ_BUTTONL40の呼び出し関数 */
- int BrushPenBtnProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushModeSelMItem[0]:MJ_MITEML40の呼び出し関数 */
- /* initDataZPENSEL:idBrushModeSelMItem[1]:MJ_MITEML40の呼び出し関数 */
- /* initDataZPENSEL:idBrushModeSelMItem[2]:MJ_MITEML40の呼び出し関数 */
- /* initDataZPENSEL:idBrushModeSelMItem[3]:MJ_MITEML40の呼び出し関数 */
- /* initDataZPENSEL:idBrushModeSelMItem[4]:MJ_MITEML40の呼び出し関数 */
- /* initDataZPENSEL:idBrushModeSelMItem[5]:MJ_MITEML40の呼び出し関数 */
- /* initDataZPENSEL:idBrushModeSelMItem[6]:MJ_MITEML40の呼び出し関数 */
- int brushMITEMmodeselFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZPENSEL:idBrushGraySBar:MJ_SCRLL40の呼び出し関数 */
- int brushSBARgrayFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-